Skip to content

Instantly share code, notes, and snippets.

@heryvandoro
Created June 24, 2018 14:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save heryvandoro/447c5b55e7f9a44eb833ed41a2a79487 to your computer and use it in GitHub Desktop.
Save heryvandoro/447c5b55e7f9a44eb833ed41a2a79487 to your computer and use it in GitHub Desktop.
<?php
namespace App\Http\Controllers\API;
class BarangController extends BaseAPIController
{
public function __construct(){
$model_name = "App\Models\Barang";
self::$model = new $model_name;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment