Remove deprecated Domain::managed()
This commit is contained in:
@@ -178,7 +178,7 @@
|
||||
->orderBy('name')
|
||||
->with(['echoareas'])
|
||||
->get() as $o)
|
||||
@if ($o->managed())
|
||||
@if ($o->isManaged())
|
||||
{
|
||||
name: '{{ $o->name }}',
|
||||
data: [],
|
||||
|
Reference in New Issue
Block a user