Advertisement
Device-Cheat

service container laravel php

Apr 24th, 2020
383
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.21 KB | None | 0 0
  1. <?php
  2. // app/Repository/PostRepository.php
  3. namespace App\Repository;
  4.  
  5. use App\Post;
  6.  
  7. class PostRepository
  8. {
  9.     public function persist(Post $post)
  10.     {
  11.        
  12.     }
  13. }
  14.  
  15.  
  16. https://github.com/shfx17
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement