We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7d71aa commit 72e8e1dCopy full SHA for 72e8e1d
src/StislaPreset.php
@@ -76,17 +76,6 @@ protected static function updateLayoutViews()
76
static::copyDirectory(static::RESOURCE_PATH.'views/app', resource_path('views/app'));
77
}
78
79
- /**
80
- * Delete a file
81
- *
82
- * @param $source
83
- * @return void
84
- */
85
- private static function delete($source)
86
- {
87
- (new Filesystem)->delete(base_path($source));
88
- }
89
-
90
/**
91
* Copy a directory
92
*
0 commit comments