We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d8c967 commit d7f7147Copy full SHA for d7f7147
database/factories/BookFactory.php
@@ -2,7 +2,6 @@
2
3
namespace Code16\LaravelTiteliveClient\Database\Factories;
4
5
-
6
use Illuminate\Database\Eloquent\Factories\Factory;
7
8
class BookFactory extends Factory
src/Book.php
@@ -6,6 +6,4 @@
* @deprecated create a Book model in project extending
* @see \Code16\LaravelTiteliveClient\Models\Book & update config with `book_model_class`
*/
9
-class Book extends \Code16\LaravelTiteliveClient\Models\Book
10
-{
11
-}
+class Book extends \Code16\LaravelTiteliveClient\Models\Book {}
src/Models/Book.php
@@ -1,4 +1,5 @@
1
<?php
+
/** @noinspection LaravelUnknownEloquentFactoryInspection */
namespace Code16\LaravelTiteliveClient\Models;
0 commit comments