Skip to content

Commit d7f7147

Browse files
aguingandgithub-actions[bot]
authored andcommitted
Fix styling
1 parent 6d8c967 commit d7f7147

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

database/factories/BookFactory.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
namespace Code16\LaravelTiteliveClient\Database\Factories;
44

5-
65
use Illuminate\Database\Eloquent\Factories\Factory;
76

87
class BookFactory extends Factory

src/Book.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,4 @@
66
* @deprecated create a Book model in project extending
77
* @see \Code16\LaravelTiteliveClient\Models\Book & update config with `book_model_class`
88
*/
9-
class Book extends \Code16\LaravelTiteliveClient\Models\Book
10-
{
11-
}
9+
class Book extends \Code16\LaravelTiteliveClient\Models\Book {}

src/Models/Book.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<?php
2+
23
/** @noinspection LaravelUnknownEloquentFactoryInspection */
34

45
namespace Code16\LaravelTiteliveClient\Models;

0 commit comments

Comments
 (0)