Skip to content
This repository has been archived by the owner on Feb 16, 2021. It is now read-only.

Commit

Permalink
remove default extending
Browse files Browse the repository at this point in the history
  • Loading branch information
Mombuyish committed Mar 2, 2019
1 parent ef72dec commit f60a278
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/stubs/repository.stub
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ namespace DummyNamespace;

use Yish\Generators\Foundation\Repository\Repository;

class DummyClass extends Repository
class DummyClass
{
protected $model;

Expand Down
2 changes: 1 addition & 1 deletion src/stubs/service.stub
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ namespace DummyNamespace;

use Yish\Generators\Foundation\Service\Service;

class DummyClass extends Service
class DummyClass
{
protected $repository;

Expand Down

0 comments on commit f60a278

Please sign in to comment.