Skip to content

Commit

Permalink
- static class dynamicly
Browse files Browse the repository at this point in the history
  • Loading branch information
Emre Akay committed Sep 14, 2024
1 parent 67de66c commit 1aafed7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/Contracts/FlexyModelContract.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@

interface FlexyModelContract
{

public static function getModelType(): string;

public static function hasShape(): bool;
Expand Down
1 change: 0 additions & 1 deletion src/Traits/Flexy.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ public static function getModelType(): string
return static::class;
}


public static function hasShape(): bool
{
return self::$hasShape;
Expand Down

0 comments on commit 1aafed7

Please sign in to comment.