Fixes for PSR loading

This commit is contained in:
David Bomba 2020-06-22 21:16:38 +10:00
parent 5bd17ba6d1
commit 0b2e1ebdf0
4 changed files with 10 additions and 10 deletions

View File

@ -9,9 +9,9 @@
* @license https://opensource.org/licenses/AAL * @license https://opensource.org/licenses/AAL
*/ */
namespace App\Events\Client; namespace App\Events\Design;
use App\Models\Client; use App\Models\Design;
use Illuminate\Queue\SerializesModels; use Illuminate\Queue\SerializesModels;
/** /**

View File

@ -9,9 +9,9 @@
* @license https://opensource.org/licenses/AAL * @license https://opensource.org/licenses/AAL
*/ */
namespace App\Events\Client; namespace App\Events\Design;
use App\Models\Client; use App\Models\Design;
use Illuminate\Queue\SerializesModels; use Illuminate\Queue\SerializesModels;
/** /**
@ -45,5 +45,5 @@ class DesignWasDeleted
{ {
return new PrivateChannel('channel-name'); return new PrivateChannel('channel-name');
} }
}
} }

View File

@ -9,9 +9,9 @@
* @license https://opensource.org/licenses/AAL * @license https://opensource.org/licenses/AAL
*/ */
namespace App\Events\Client; namespace App\Events\Design;
use App\Models\Client; use App\Models\Design;
use Illuminate\Queue\SerializesModels; use Illuminate\Queue\SerializesModels;
/** /**

View File

@ -9,9 +9,9 @@
* @license https://opensource.org/licenses/AAL * @license https://opensource.org/licenses/AAL
*/ */
namespace App\Events\Client; namespace App\Events\Design;
use App\Models\Client; use App\Models\Design;
use Illuminate\Queue\SerializesModels; use Illuminate\Queue\SerializesModels;
/** /**
@ -45,5 +45,5 @@ class DesignWasUpdated
{ {
return new PrivateChannel('channel-name'); return new PrivateChannel('channel-name');
} }
}
} }