Skip to content

Commit

Permalink
chore: release v3.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
regnerisch committed Sep 15, 2022
1 parent 30ba79b commit a1dc104
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "regnerisch/laravel-beyond",
"type": "library",
"license": "ISC",
"version": "3.1.0",
"version": "3.1.1",
"autoload": {
"psr-4": {
"Regnerisch\\LaravelBeyond\\": "src/"
Expand Down
2 changes: 1 addition & 1 deletion src/Commands/SetupCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ public function handle(): void
$this->components->info('Setup completed.');
$this->components->info(
'Do not forget to add following code into the boot() function of your AppServiceProvider:' . PHP_EOL . PHP_EOL .

'Illuminate\Database\Eloquent\Factories\Factory::guessFactoryNamesUsing(function (string $modelName) {' . PHP_EOL .
"\t" . 'return \'Database\\\Factories\\\' . class_basename($modelName) . \'Factory\';' . PHP_EOL .
'});' . PHP_EOL
Expand Down

0 comments on commit a1dc104

Please sign in to comment.