generated from spatie/package-skeleton-laravel
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Clean up unsed files and fix morph relation
- Loading branch information
1 parent
f8480cd
commit c4c1c65
Showing
7 changed files
with
24 additions
and
36 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,13 +5,13 @@ | |
"nncodes", | ||
"laravel-meta-attributes" | ||
], | ||
"homepage": "https://github.com/nncodes/laravel-meta-attributes", | ||
"homepage": "https://github.com/99codes/laravel-meta-attributes", | ||
"license": "MIT", | ||
"authors": [ | ||
{ | ||
"name": "Leonardo Poletto", | ||
"email": "[email protected]", | ||
"homepage": "https://spatie.be", | ||
"homepage": "https://99codes.com.br", | ||
"role": "Developer" | ||
} | ||
], | ||
|
@@ -47,10 +47,7 @@ | |
"laravel": { | ||
"providers": [ | ||
"Nncodes\\MetaAttributes\\MetaAttributesServiceProvider" | ||
], | ||
"aliases": { | ||
"MetaAttributes": "Nncodes\\MetaAttributes\\MetaAttributesFacade" | ||
} | ||
] | ||
} | ||
}, | ||
"minimum-stability": "dev", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
<?php | ||
|
||
namespace Nncodes\MetaAttributes\Database\Factories; | ||
|
||
use Illuminate\Database\Eloquent\Factories\Factory; | ||
|
||
/* | ||
class ModelFactory extends Factory | ||
{ | ||
protected $model = YourModel::class; | ||
public function definition() | ||
{ | ||
return [ | ||
]; | ||
} | ||
} | ||
*/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters