Completed
Pull Request — master (#101)
by
unknown
02:45
created
src/Notifynder/NotifynderServiceProvider.php 1 patch
Doc Comments   +6 added lines patch added patch discarded remove patch
@@ -286,6 +286,9 @@  discard block
 block discarded – undo
286 286
         }
287 287
     }
288 288
 
289
+    /**
290
+     * @param string $filename
291
+     */
289 292
     protected function publishMigration($filename)
290 293
     {
291 294
         $extension = '.php';
@@ -295,6 +298,9 @@  discard block
 block discarded – undo
295 298
         $this->publishes([$stub => $target], 'migrations');
296 299
     }
297 300
 
301
+    /**
302
+     * @param string $filename
303
+     */
298 304
     protected function migrationFilepath($filename)
299 305
     {
300 306
         if(function_exists('database_path')) {
Please login to merge, or discard this patch.