Skip to content
This repository has been archived by the owner on Jan 19, 2023. It is now read-only.

Commit

Permalink
dummy clean
Browse files Browse the repository at this point in the history
  • Loading branch information
ajthinking committed May 8, 2018
1 parent 34743eb commit a372cd7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app/Stimpack/Manipulators/Create.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@ public function perform() {
// Get the file from github
$start = microtime(true);
//file_put_contents("../storage/stimpack/laravel.zip", fopen("https://github.com/ajthinking/compressed/raw/master/laravel.zip", 'r'));

// Unzip

$zip = new ZipArchive;
$res = $zip->open(storage_path("stimpack/laravel.zip"));
if ($res === TRUE) {
Expand Down

0 comments on commit a372cd7

Please sign in to comment.