Skip to content

Commit 29f99ff

Browse files
committed
updated composer meta and documentation
1 parent e794b9f commit 29f99ff

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.gitmodules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[submodule ".wiki"]
22
path = .wiki
3-
url = https://github.com/toramanlis/implicit-migrations.wiki.git
3+
url = git@github.com:toramanlis/implicit-migrations.wiki.git

.wiki

Submodule .wiki updated from cb6a3e2 to a74e950

Readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737

3838
## What It Is
3939

40-
This package is a tool that creates Laravel migration files by inspecting the application's models by the command `php artisan implicit-migrations:generate`. Even after you change the model classes, you can run the command to generate a migration with the necessary update operations.
40+
This package is a tool that creates Laravel migration files by inspecting the application's models with the command `php artisan implicit-migrations:generate`. Even after you change the model classes, you can run the command to generate a migration with the necessary update operations.
4141

4242
## How It Works
4343

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "toramanlis/implicit-migrations",
3-
"description": "This package is a tool that creates Laravel migration files by inspecting the application's models by the command php artisan implicit-migrations:generate. Even after you change the model classes, you can run the command to generate a migration with the necessary update operations.",
3+
"description": "This package is a tool that creates Laravel migration files by inspecting the application's models.",
44
"keywords": [
55
"laravel",
66
"eloquent",

0 commit comments

Comments
 (0)