mirror of
https://github.com/barryvdh/laravel-ide-helper.git
synced 2026-08-19 02:23:11 +00:00
Tweak behaviour of memory driver and small update
This commit is contained in:
+1
-1
@@ -4124,7 +4124,7 @@ namespace {
|
||||
* @param array $options
|
||||
* @return string
|
||||
*/
|
||||
public static function submit($value = null, $options = array()){
|
||||
public static function submit($value = 'Submit', $options = array()){
|
||||
return self::$root->submit($value, $options);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user