Skip to content

Commit 72e8e1d

Browse files
author
M. Rizky Hidayat
committed
remove unused method
1 parent f7d71aa commit 72e8e1d

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

src/StislaPreset.php

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -76,17 +76,6 @@ protected static function updateLayoutViews()
7676
static::copyDirectory(static::RESOURCE_PATH.'views/app', resource_path('views/app'));
7777
}
7878

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-
9079
/**
9180
* Copy a directory
9281
*

0 commit comments

Comments
 (0)