Skip to content

Commit

Permalink
add imports
Browse files Browse the repository at this point in the history
  • Loading branch information
nivv committed Sep 2, 2022
1 parent 27729bd commit 5ef5d28
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/Fabriq.php
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ public static function getFqnModel(string $key)
* Return new transformer class.
*
* @param string $key
* @param mixed ...$arguments
* @return mixed
*/
public static function getTransformerFor(string $key, ...$arguments)
Expand Down
1 change: 1 addition & 0 deletions src/Transformers/ContactTransformer.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

namespace Ikoncept\Fabriq\Transformers;

use Ikoncept\Fabriq\Fabriq;
use Ikoncept\Fabriq\Models\Contact;
use Infab\TranslatableRevisions\Models\I18nLocale;
use League\Fractal\Resource\Collection;
Expand Down
1 change: 1 addition & 0 deletions src/Transformers/MenuTreeItemTransformer.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

namespace Ikoncept\Fabriq\Transformers;

use Ikoncept\Fabriq\Fabriq;
use Ikoncept\Fabriq\Models\MenuItem;
use League\Fractal\Resource\Collection;
use League\Fractal\Resource\Item;
Expand Down

0 comments on commit 5ef5d28

Please sign in to comment.