for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Magister\Models\Enrollment;
use Config;
use Magister\Services\Database\Elegant\Model;
/**
* Class Counsellor.
*/
class Counsellor extends Model
{
* Get the url associated with the model.
*
* @return string
public function getUrl()
return Config::get('url.counsellor');
}