Skip to content

Commit

Permalink
Merge pull request #34 from Jagepard/wip
Browse files Browse the repository at this point in the history
update
  • Loading branch information
Jagepard committed Feb 18, 2022
2 parents a1b8347 + b8735e5 commit e71575e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 16 deletions.
16 changes: 0 additions & 16 deletions app/Containers/Web/Models/Web.php

This file was deleted.

6 changes: 6 additions & 0 deletions app/Ship/Commands/CreateModelCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,15 @@ private function createClass(string $className, string $container)
use Rudra\Model\Model;
/**
* @method static yourMethod()
*
* @see {$className}Repository
*/
class {$className} extends Model
{
public static string \$table = "$table";
public static string \$directory = __DIR__;
}
EOT;
}
Expand Down

0 comments on commit e71575e

Please sign in to comment.