Guest User

Untitled

a guest
Jun 22nd, 2018
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. <?php
  2.  
  3. namespace App;
  4.  
  5. use Illuminate\Database\Eloquent\Model;
  6.  
  7. class BaseModel extends Model
  8. {
  9. protected function getDateFormat()
  10. {
  11. return config('app.datetime_format');
  12. }
  13.  
  14. }
Add Comment
Please, Sign In to add comment