This repository has been archived by the owner on Nov 28, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
=fixed bug and change many things. inited v:1.1.2
- Loading branch information
1 parent
464c133
commit d44ab14
Showing
4 changed files
with
82 additions
and
28 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 |
---|---|---|
|
@@ -8,14 +8,13 @@ | |
"name": "Esmaiel Zareh", | ||
"email": "[email protected]" | ||
} | ||
], | ||
"version": "1.1.0", | ||
], | ||
"require": { | ||
"laravelcollective/html": "^5.2.0" | ||
}, | ||
"autoload": { | ||
"psr-4": { | ||
"Annisa\\Form\\": "form/src/" | ||
"Annisa\\Form\\": "src/" | ||
} | ||
}, | ||
"extra": { | ||
|
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 |
---|---|---|
@@ -0,0 +1,8 @@ | ||
<?php | ||
namespace Annisa\Form\Exceptions; | ||
|
||
use Exception; | ||
|
||
class FormNotFound extends Exception | ||
{ | ||
} |